|
Data mapping workflowA data mapping workflow is a series of extraction instructions, called steps. These steps process and extract the data from the source and store them in records, of which the structure is determined in the Data Model (see The Data Model). Together with the data source settings, the Data Model, and the sample data, this is what makes a data mapping configuration (See Data mapping configurations). The data mapping workflow is shown on the Steps pane at the left (see Steps pane). Creating a data mapping workflowA data mapping workflow always starts with the Preprocessor step and ends with the Postprocessor step. These steps allow the application to perform actions on the data file itself before it is handed over to the data mapping workflow (Preprocessor step) and after the Data Mapping workflow has completed (Postprocessor step). Adding stepsExtracting data is the main way to build a data mapping workflow; see Extracting data.
Editing stepsThe properties of each step in the extraction workflow become visible in the Step properties pane when you select that step in the Steps pane. The name of each step is shown in the Steps pane. You can change it under Description in the Step properties pane. The other properties are different per step type; see Steps. Rearranging stepsTo rearrange steps, simply drag & drop them somewhere else on the dotted line in the Steps pane. Keep in mind that steps may influence each other, so you may have to move other steps as well to ensure that the workflow continues to function properly. In a Text file for example, an Extract step may need a Goto step before it that moves the cursor to a certain place in the source data. Deleting stepsTo delete a step, right-click on it in the Steps pane and select Delete Step. Testing the extraction workflowThe extraction workflow is always performed on the current record in the data source. When an error is encountered, the extraction workflow stops, and the field on which the error occurred and all subsequent fields will be greyed out. Click the Messages tab (next to the Step properties pane) to see any error messages. To test the extraction workflow on all records, you can:
If any errors are encountered in one or more records, an error message will be displayed. Errors encountered while performing the extraction workflow on the current record will also be visible on the Messages tab. |
|